home *** CD-ROM | disk | FTP | other *** search
/ Plug-In Power Pack for Netscape Communicator / Plug-In Power Pack for Netscape Communicator.iso / plugins / dataviews / dvtools / demos / telecomdemo / tlc_fundecl.h < prev   
C/C++ Source or Header  |  1997-05-08  |  3KB  |  72 lines

  1. /* Functions defined in control.c */
  2. void CreateControlScreen V_P_((char *devname));
  3. void DestroyControlScreen V_P_((void));
  4. void UpdateControlScreen V_P_((void));
  5. void HandleControlInput V_P_((OBJECT location));
  6. /* Functions defined in dialog.c */
  7. void LoadDialogView V_P_((char *viewname));
  8. void UpdateDialogDrawport V_P_((void));
  9. void PickInDialogDrawport V_P_((OBJECT location));
  10. void SetupDialogBox V_P_((NODE_STRUCT *node_struct, VIEW_STRUCT *next_view));
  11. void MoveDialogDrawport V_P_((OBJECT location));
  12. /* Functions defined in do_simul.c */
  13. void StartSimulation V_P_((void));
  14. void NextSimulationStep V_P_((void));
  15. void OutputInfo V_P_((int iter_num, int type, char *part_name, char *ident));
  16. /* Functions defined in fixbox.c */
  17. void LoadFixboxView V_P_((char *viewname));
  18. void InputInFixboxDrawport V_P_((OBJECT location));
  19. void SetupFixbox V_P_((PART_STRUCT *part_struct, char *part_type));
  20. void MoveFixboxDrawport V_P_((OBJECT location));
  21. /* Functions defined in glob_vars.c */
  22. /* Functions defined in main.c */
  23. int main V_P_((int argc, char *argv[]));
  24. void VUcopyright V_P_((void));
  25. /* Internal functions referenced in main.c */
  26. void Mmsleep V_P_((LONG milliseconds));
  27. void Minittime V_P_((void));
  28. void Mgettime V_P_((int *secs, int *tenths));
  29. /* Functions defined in move_win.c */
  30. void MoveDrawport V_P_((OBJECT screen, RECTANGLE *curr_pos, OBJECT orig_location));
  31. /* Functions defined in msg_log.c */
  32. void CreateLogScreen V_P_((void));
  33. void OutputLog V_P_((char *msg));
  34. void DestroyLogScreen V_P_((void));
  35. void HandleLogInput V_P_((OBJECT location));
  36. /* Functions defined in sim_setup.c */
  37. void InitializeSimulation V_P_((void));
  38. ADDRESS RebindVars V_P_((OBJECT vd_object, ADDRESS vdp, char *view_name));
  39. void DestroyStatusDrawports V_P_((void));
  40. /* Functions defined in sim_util.c */
  41. VIEW_STRUCT *GetNamedView V_P_((char *name));
  42. NODE_STRUCT *GetNamedNode V_P_((char *name));
  43. PART_STRUCT *GetNamedPart V_P_((char *name));
  44. VIEW_STRUCT *GetNewViewStruct V_P_((void));
  45. NODE_STRUCT *GetNewNodeStruct V_P_((void));
  46. LINK_STRUCT *GetNewLinkStruct V_P_((void));
  47. PART_STRUCT *GetNewPartStruct V_P_((void));
  48. void get_token V_P_((char *start, char **result, char **next));
  49. void SetNumberString V_P_((OBJECT object, int num));
  50. /* Functions defined in smallmap.c */
  51. void LoadSmallmapView V_P_((char *viewname));
  52. void InputInSmallmapDrawport V_P_((OBJECT location));
  53. void MoveSmallmapDrawport V_P_((OBJECT location));
  54. /* Functions defined in status.c */
  55. void CreateStatusScreen V_P_((char *devname));
  56. void LoadAuxStatusViews V_P_((void));
  57. void DestroyStatusScreen V_P_((void));
  58. void UpdateStatusScreen V_P_((void));
  59. void HandleStatusInput V_P_((OBJECT location));
  60. /* Functions defined in subviews.c */
  61. void NewMainView V_P_((VIEW_STRUCT *old_view, VIEW_STRUCT *new_view));
  62. void EraseSubView V_P_((DISPLAY_INFO *display_info, RECTANGLE *old_pos));
  63. void DrawSubView V_P_((DISPLAY_INFO *display_info));
  64. void ExposeViews V_P_((OBJECT location));
  65. void SaveVirtualPosition V_P_((DISPLAY_INFO *display_info));
  66. void RecreateDrawport V_P_((DISPLAY_INFO *display_info));
  67. void NewPosition V_P_((DISPLAY_INFO *display_info, RECTANGLE *old_pos));
  68. void ResetSubviews V_P_((void));
  69. void ToFront V_P_((DISPLAY_INFO *display_info));
  70. BOOLPARAM InFront V_P_((DISPLAY_INFO *display_info));
  71. char *StrClone V_P_((char * string));
  72.